.side {
	position:fixed;
	width:54px;
	height:275px;
	right:0;
	top:575px;
	z-index:10000;
}
.side ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	margin-bottom:2px;
}
.side ul li .wx {
	width:220px;
	position:absolute;
	bottom:54px;
	right:0;
	display:none;
}
.side ul li a:hover .wx {
	display:block;
}
.side ul li .wx img {
	width:100%;
	display:block;
}
.side ul li .sidebox {
	position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;
	background:#666;
	font-family:"微软雅黑";
	color:#fff;
	line-height:54px;
	font-size:14px;
	overflow:hidden;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop {
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#1B86CA;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop:hover {
	background:#1B86CA;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img {
	float:left;
}
